home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Lists Lingo.dir / Scripts_70_ilk (aLinearList).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  193 b   |  7 lines

  1. on mouseDown
  2.   global gDefaultLinearList
  3.   doButton()
  4.   set vIlkResult to "#" & string(ilk(gDefaultLinearList))
  5.   set the text of member "Checking Linear Ilk Display Field 2" to vIlkResult
  6. end
  7.